Html Css Color HEX #FBDDFF Selago

📋 copy color: '#FBDDFF'

red 251 ◦ green 221 ◦ blue 255

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

Shades of Selago #FBDDFF

Tints of Selago #FBDDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.4%

 BLUE value IS 255 (100% from 255) = 35.08%

R = 34.53%
G = 30.4%
B = 35.08%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FBDDFF (or 0xFBDDFF) is known color: Selago. HEX triplet: FB, DD and FF. RGB value is (251,221,255). Sum of RGB (Red+Green+Blue) = 251+221+255=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 221 (86.72% from 255 or 30.40% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDFF is #042200. Grayscale: #E9E9E9. Windows color (decimal): -270849 or 16768507. OLE color: 16768507.

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

Color convert

RGB 251 221 255 -
CMYK 0.02 0.13 0 0
HSL 292.94º 1% 0.93% -
HSV(B) 292.94º 0.13% 1% -
XYZ 83.69 79.44 105.53 -
YUV 233.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 251 221 255 0.02 0.13 0 0 292.94 1 0.93
Hex FB DD FF 2 D 0 0 125 64 5D
Octal 373 335 377 2 15 0 0 445 144 135
Binary 11111011 11011101 11111111 10 1101 0 0 100100101 1100100 1011101

Color Harmonies of #FBDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDFF

Black with #FBDDFF

Text Example


Text Example

White with #FBDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDFF; }

 p { color: rgb(251,221,255); }

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

background-color css

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

 a { background-color: rgb(251,221,255); }

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

border-color css

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

 span { border-color: rgb(251,221,255); }

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