Html Css Color HEX #FBD0EA Classic Rose

📋 copy color: '#FBD0EA'

red 251 ◦ green 208 ◦ blue 234

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

Shades of Classic Rose #FBD0EA

Tints of Classic Rose #FBD0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.01%

 BLUE value IS 234 (91.8% from 255) = 33.77%

R = 36.22%
G = 30.01%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBD0EA (or 0xFBD0EA) is known color: Classic Rose. HEX triplet: FB, D0 and EA. RGB value is (251,208,234). Sum of RGB (Red+Green+Blue) = 251+208+234=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0EA is #042F15. Grayscale: #DFDFDF. Windows color (decimal): -274198 or 15388923. OLE color: 15388923.

HSL color Cylindrical-coordinate representation of color #FBD0EA: hue angle of 323.72º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD0EA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 208 234 -
CMYK 0 0.17 0.07 0.02
HSL 323.72º 0.84% 0.9% -
HSV(B) 323.72º 0.17% 0.98% -
XYZ 77.19 71.56 87.59 -
YUV 223.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 251 208 234 0 0.17 0.07 0.02 323.72 0.84 0.9
Hex FB D0 EA 0 11 7 2 144 54 5A
Octal 373 320 352 0 21 7 2 504 124 132
Binary 11111011 11010000 11101010 0 10001 111 10 101000100 1010100 1011010

Color Harmonies of #FBD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD0EA

Black with #FBD0EA

Text Example


Text Example

White with #FBD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD0EA; }

 p { color: rgb(251,208,234); }

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

background-color css

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

 a { background-color: rgb(251,208,234); }

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

border-color css

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

 span { border-color: rgb(251,208,234); }

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