Html Css Color HEX #FBCEED Classic Rose

📋 copy color: '#FBCEED'

red 251 ◦ green 206 ◦ blue 237

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

Shades of Classic Rose #FBCEED

Tints of Classic Rose #FBCEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.68%

 BLUE value IS 237 (92.97% from 255) = 34.15%

R = 36.17%
G = 29.68%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBCEED (or 0xFBCEED) is known color: Classic Rose. HEX triplet: FB, CE and ED. RGB value is (251,206,237). Sum of RGB (Red+Green+Blue) = 251+206+237=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEED is #043112. Grayscale: #DEDEDE. Windows color (decimal): -274707 or 15585019. OLE color: 15585019.

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

Color convert

RGB 251 206 237 -
CMYK 0 0.18 0.06 0.02
HSL 318.67º 0.85% 0.9% -
HSV(B) 318.67º 0.18% 0.98% -
XYZ 77.14 70.77 89.71 -
YUV 222.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 251 206 237 0 0.18 0.06 0.02 318.67 0.85 0.9
Hex FB CE ED 0 12 6 2 13F 55 5A
Octal 373 316 355 0 22 6 2 477 125 132
Binary 11111011 11001110 11101101 0 10010 110 10 100111111 1010101 1011010

Color Harmonies of #FBCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCEED

Black with #FBCEED

Text Example


Text Example

White with #FBCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCEED; }

 p { color: rgb(251,206,237); }

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

background-color css

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

 a { background-color: rgb(251,206,237); }

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

border-color css

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

 span { border-color: rgb(251,206,237); }

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