Html Css Color HEX #FFCEF4 Classic Rose

📋 copy color: '#FFCEF4'

red 255 ◦ green 206 ◦ blue 244

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

Shades of Classic Rose #FFCEF4

Tints of Classic Rose #FFCEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.61%

R = 36.17%
G = 29.22%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFCEF4 (or 0xFFCEF4) is known color: Classic Rose. HEX triplet: FF, CE and F4. RGB value is (255,206,244). Sum of RGB (Red+Green+Blue) = 255+206+244=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF4 is #00310B. Grayscale: #E0E0E0. Windows color (decimal): -12556 or 16043775. OLE color: 16043775.

HSL color Cylindrical-coordinate representation of color #FFCEF4: hue angle of 313.47º 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 #FFCEF4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 244 -
CMYK 0 0.19 0.04 0
HSL 313.47º 1% 0.9% -
HSV(B) 313.47º 0.19% 1% -
XYZ 79.64 71.93 95.28 -
YUV 224.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 255 206 244 0 0.19 0.04 0 313.47 1 0.9
Hex FF CE F4 0 13 4 0 139 64 5A
Octal 377 316 364 0 23 4 0 471 144 132
Binary 11111111 11001110 11110100 0 10011 100 0 100111001 1100100 1011010

Color Harmonies of #FFCEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEF4

Black with #FFCEF4

Text Example


Text Example

White with #FFCEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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