Html Css Color HEX #FBDDFE Selago

📋 copy color: '#FBDDFE'

red 251 ◦ green 221 ◦ blue 254

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

Shades of Selago #FBDDFE

Tints of Selago #FBDDFE

RGB

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

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

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

R = 34.57%
G = 30.44%
B = 34.99%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FBDDFE (or 0xFBDDFE) is known color: Selago. HEX triplet: FB, DD and FE. RGB value is (251,221,254). Sum of RGB (Red+Green+Blue) = 251+221+254=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 221 (86.72% from 255 or 30.44% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDFE is #042201. Grayscale: #E9E9E9. Windows color (decimal): -270850 or 16702971. OLE color: 16702971.

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

Color convert

RGB 251 221 254 -
CMYK 0.01 0.13 0 0.00
HSL 294.55º 0.94% 0.93% -
HSV(B) 294.55º 0.13% 1% -
XYZ 83.53 79.38 104.68 -
YUV 233.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 251 221 254 0.01 0.13 0 0.00 294.55 0.94 0.93
Hex FB DD FE 1 D 0 0 127 5E 5D
Octal 373 335 376 1 15 0 0 447 136 135
Binary 11111011 11011101 11111110 1 1101 0 0 100100111 1011110 1011101

Color Harmonies of #FBDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDFE

Black with #FBDDFE

Text Example


Text Example

White with #FBDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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