Html Css Color HEX #FBDAFE Selago

📋 copy color: '#FBDAFE'

red 251 ◦ green 218 ◦ blue 254

#FBDAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #FBDAFE

Tints of Selago #FBDAFE

RGB

 RED value IS 251 (98.44% from 255) = 34.72%

 GREEN value IS 218 (85.55% from 255) = 30.15%

 BLUE value IS 254 (99.61% from 255) = 35.13%

R = 34.72%
G = 30.15%
B = 35.13%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBDAFE (or 0xFBDAFE) is known color: Selago. HEX triplet: FB, DA and FE. RGB value is (251,218,254). Sum of RGB (Red+Green+Blue) = 251+218+254=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 218 (85.55% from 255 or 30.15% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAFE is #042501. Grayscale: #E7E7E7. Windows color (decimal): -271618 or 16702203. OLE color: 16702203.

HSL color Cylindrical-coordinate representation of color #FBDAFE: hue angle of 295º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDAFE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 218 254 -
CMYK 0.01 0.14 0 0.00
HSL 295º 0.95% 0.93% -
HSV(B) 295º 0.14% 1% -
XYZ 82.74 77.81 104.42 -
YUV 231.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 251 218 254 0.01 0.14 0 0.00 295 0.95 0.93
Hex FB DA FE 1 E 0 0 127 5F 5D
Octal 373 332 376 1 16 0 0 447 137 135
Binary 11111011 11011010 11111110 1 1110 0 0 100100111 1011111 1011101

Color Harmonies of #FBDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAFE

Black with #FBDAFE

Text Example


Text Example

White with #FBDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAFE; }

 p { color: rgb(251,218,254); }

 H1.HeaderClassName
 {
   color: #FBDAFE;
 }
 .AnyTagClassName
 {
   color: #FBDAFE;
 }
</style>

background-color css

<style>
 a { background-color: #FBDAFE; }

 a { background-color: rgb(251,218,254); }

 div.DivClassName
 {
   background-color: #FBDAFE;
 }
 .BgClassName
 {
   background-color: #FBDAFE;
 }
</style>

border-color css

<style>
 span { border-color: #FBDAFE; }

 span { border-color: rgb(251,218,254); }

 td.TdClassName
 {
   border-color: #FBDAFE;
 }
 .TagClassName
 {
   border-color: #FBDAFE;
 }
</style>