Html Css Color HEX #FFCEED Classic Rose

📋 copy color: '#FFCEED'

red 255 ◦ green 206 ◦ blue 237

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

Shades of Classic Rose #FFCEED

Tints of Classic Rose #FFCEED

RGB

 RED value IS 255 (100% from 255) = 36.53%

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

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

R = 36.53%
G = 29.51%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFCEED (or 0xFFCEED) is known color: Classic Rose. HEX triplet: FF, CE and ED. RGB value is (255,206,237). Sum of RGB (Red+Green+Blue) = 255+206+237=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEED is #003112. Grayscale: #E0E0E0. Windows color (decimal): -12563 or 15585023. OLE color: 15585023.

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

Color convert

RGB 255 206 237 -
CMYK 0 0.19 0.07 0
HSL 322.04º 1% 0.9% -
HSV(B) 322.04º 0.19% 1% -
XYZ 78.6 71.52 89.78 -
YUV 224.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 255 206 237 0 0.19 0.07 0 322.04 1 0.9
Hex FF CE ED 0 13 7 0 142 64 5A
Octal 377 316 355 0 23 7 0 502 144 132
Binary 11111111 11001110 11101101 0 10011 111 0 101000010 1100100 1011010

Color Harmonies of #FFCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEED

Black with #FFCEED

Text Example


Text Example

White with #FFCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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