Html Css Color HEX #FFCEF3 Classic Rose

📋 copy color: '#FFCEF3'

red 255 ◦ green 206 ◦ blue 243

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

Shades of Classic Rose #FFCEF3

Tints of Classic Rose #FFCEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.52%

R = 36.22%
G = 29.26%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFCEF3 (or 0xFFCEF3) is known color: Classic Rose. HEX triplet: FF, CE and F3. RGB value is (255,206,243). Sum of RGB (Red+Green+Blue) = 255+206+243=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF3 is #00310C. Grayscale: #E0E0E0. Windows color (decimal): -12557 or 15978239. OLE color: 15978239.

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

Color convert

RGB 255 206 243 -
CMYK 0 0.19 0.05 0
HSL 314.69º 1% 0.9% -
HSV(B) 314.69º 0.19% 1% -
XYZ 79.49 71.87 94.48 -
YUV 224.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 255 206 243 0 0.19 0.05 0 314.69 1 0.9
Hex FF CE F3 0 13 5 0 13B 64 5A
Octal 377 316 363 0 23 5 0 473 144 132
Binary 11111111 11001110 11110011 0 10011 101 0 100111011 1100100 1011010

Color Harmonies of #FFCEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCEF3

Black with #FFCEF3

Text Example


Text Example

White with #FFCEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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